Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: OpenDoc Class Reference /
Part 1 - Classes and Methods / ODPlatformTypeList


CreatePlatformTypeListIterator

The CreatePlatformTypeListIterator method creates a platform type-list iterator for this platform type list.

ODPlatformTypeListIterator 
                  CreatePlatformTypeListIterator ();
return value
A reference to the newly created platform type-list iterator.
DISCUSSION
You call this method if you need to apply an operation to each element of this platform type list.

While you are using the returned platform type-list iterator, you must not modify this platform type list; in particular, you must not add or remove elements, and you must not delete this list platform type list.

You must delete the returned platform type-list iterator when it is no longer needed.

EXCEPTIONS
kODErrOutOfMemory
There is not enough memory to create the iterator.
SEE ALSO
The ODPlatformTypeListIterator class (page 569).
Table 11-1 on page 466 in OpenDoc Programmer's Guide.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help